From 0a136004c935f7dbce36bbfae643dadf17b5fe52 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 9 Nov 2015 23:45:29 -0500 Subject: [PATCH] Document text handle styling Since GtkTextHandle is private, document text handle style classes in the GtkEntry and GtkTextView documentation. --- gtk/gtkentry.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index e5d38863bf..fba26f8570 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -132,6 +132,12 @@ * * When the entry shows progress, it adds a subnode with the name progress. * The node has the style class .pulse when the shown progress is pulsing. + * + * When touch is used and touch selection handles are shown, they are using + * CSS nodes with name cursor-handle. They get the .top or .bottom style class + * depending on where they are shown in relation to the selection. If there is + * just a single handle for the text cursor, it gets the style class + * .insertion-cursor. */ -- 2.30.2